This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Appending inside sections not working ~Umberto Nongeroson 2.Jan.04 11:04 PM a Web browser Applications Development 6.5; 6.0.2 CF2; 6.0.2 CF1; 6.0.2; 6.0.1 CF3; 6.0.1 CF2; 6.0.1 CF1; 6.0.1; 6.0Windows 2000, Windows XP
You are correct; FindFirst... and other methods of RTNav do not position the insertion point. This is working as designed. You would have to use the NotesRichTextItem.BeginInsert method to do that.
I'm not sure whether a BeginInsert at the position of a section will place the insertion point within the section -- it might insert before the section -- the help says "at the beginning of the element," which is a little ambiguous. You might need to search for the section, then search for the next paragraph within the section, or something like that.